home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / pcpatch.zip / DIFF.TXT < prev    next >
Text File  |  1988-02-05  |  1KB  |  21 lines

  1. Here is the readme file that came with diff.c as posted to Usenet. I
  2. can't remember who to give credit to, so I'll just say I'm not taking
  3. credit for anything but compiling it.
  4. --Steve
  5. -    -    -    -    -    -    -    -    -    -
  6.  
  7. Here's a public domain diff with the -b and -c options.  (4.2bsd style
  8. contex diffs.)  I wasn't aware that these wern't present in all unix
  9. versions of diff, so I didn't think posting it was a priority.  It's
  10. large, slow, and many of the comments are no longer true, but it does
  11. work.  (except when it runs out of memory)  The one case I know of
  12. where its output is incompatable with patch does seem to be pretty
  13. rare.  No makefile is included, the 4.2bsd diff is better on the unix
  14. system I use.  If you don't know how to compile and load a single C
  15. program, this probably isn't the tool for you anyway.  I'd be grateful
  16. to anyone who cleans this up and documents it properly.  It does
  17. appear to have been separate files at some point, I'm presenting it in
  18. a form similar to how I got it: mail headers and outdated documentation
  19. in comments and all.  I just banged on it enough to get it doing what
  20. I wanted.
  21.